CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cuda matrix

搜索资源列表

  1. 2D CUDA-based bilinear interpolation

    1下载:
  2. This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:37881
    • 提供者:whitewalter
  1. dct8x8.rar

    0下载:
  2. cuda开发环境下的矩阵运算,cuda sdk中的内容,矩阵运算充分显示了并行编程的优势,对于学习cuda编程有着很好的借鉴作用,matrix operations in parallel with cuda platform
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1459448
    • 提供者:陈思远
  1. matrixMul

    0下载:
  2. GPU CUDA的经典算法,基于shared memory进行矩阵的相乘运算-GPU CUDA classical algorithm, based on shared memory for matrix multiplication by
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:17645
    • 提供者:Danny
  1. juzhen

    0下载:
  2. cuda矩阵乘法的源代码。(注:需要cuda平台)-cuda matrix multiplication of the source code. (Note: the need for cuda platform)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:739183
    • 提供者:zhangzinan
  1. CUDA-example

    0下载:
  2. 包括矩阵相乘,转置,快速傅里叶变换,多GPU编程等23个实例-Including matrix multiplication, transposition, fast Fourier transform, multi-GPU programming in 23 instances
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4912484
    • 提供者:weidong
  1. matrixMul

    0下载:
  2. 采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:16092
    • 提供者:lry
  1. transpose

    0下载:
  2. cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:9658
    • 提供者:陈思远
  1. mv

    0下载:
  2. cuda Faster Matrix-Vector Multiplication on GeForce 8800GTX
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:bertrand
  1. matrixInverse

    0下载:
  2. 基于CUDA的高维矩阵运算3,计算机毕业设计-CUDA-based operator of high-dimensional matrix 3, the design of computer graduates
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:409157
    • 提供者:范吴斌
  1. cuda_matmult_opt

    0下载:
  2. CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:15569
    • 提供者:mghs
  1. matrixMul

    0下载:
  2. a cuda program for parallel multiplication of matrix
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1589023
    • 提供者:teena
  1. matrixmult2

    0下载:
  2. CUDA Fast matrix multiplication and with shared memory.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:749606
    • 提供者:Nikolay
  1. MMatrix

    0下载:
  2. Program for mult matrix with CUDA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:10587
    • 提供者:Elena
  1. MatrixMul

    0下载:
  2. an example of matrix multipication on cuda GPU
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:aviad
  1. matrixMul

    0下载:
  2. cuda 矩阵运算程序,cuda上实现两个矩阵相乘-cuda matrix multi
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:8005
    • 提供者:test
  1. cuda+mpi

    2下载:
  2. 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
  3. 所属分类:并行计算

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:张艾可
  1. matrix multiply

    0下载:
  2. Matrix multiply on cuda GPU
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:12288
    • 提供者:mahmoudk
  1. CUDA SPMV

    2下载:
  2. 稀疏矩阵向量乘法(Sparse Matrix-Vector Multiplication, SpMV)在许多科学计算程序中都有广泛的应用。数据矩阵A 是稀疏的,输入向量x 和输出向量y是稠密的。 y = Ax(Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x
  3. 所属分类:并行计算

    • 发布日期:2018-04-20
    • 文件大小:21504
    • 提供者:甄文明
  1. Matrix-Inversion-with-CUDA-master

    1下载:
  2. 利用cuda完成GPU编程,实现对给定矩阵的求逆操作(a cuda code for calculating a inverse matrix of a given matrix)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:5841920
    • 提供者:呆呆呆张
  1. GPU高性能编程CUDA实战—示例代码

    1下载:
  2. 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)
  3. 所属分类:并行计算

    • 发布日期:2019-05-03
    • 文件大小:305152
    • 提供者:zjujie
« 12 3 4 5 »
搜珍网 www.dssz.com